File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/main/java/io/toolisticon/aptk/tools/wrapper Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 125
125
</configuration >
126
126
</plugin >
127
127
128
+ <plugin >
129
+ <groupId >org.apache.maven.plugins</groupId >
130
+ <artifactId >maven-javadoc-plugin</artifactId >
131
+ <configuration >
132
+ <excludePackageNames >io.*</excludePackageNames >
133
+ </configuration >
134
+ </plugin >
135
+
128
136
</plugins >
129
137
</build >
130
138
Original file line number Diff line number Diff line change 26
26
* <a href="https://github.com/toolisticon/aptk">here</a>. Tweaks {@link #getOuterType()} to include
27
27
* {@link ElementKind#INTERFACE} in the outer class lookup to fix the issue reported
28
28
* <a href="https://github.com/toolisticon/aptk/issues/163">here</a>.</em> <br />
29
- * Wraps a TypeElement to provide some convenience * functionality
29
+ * Wraps a TypeElement to provide some convenience functionality
30
30
*/
31
31
public class TypeElementWrapper extends ElementWrapper <TypeElement > {
32
32
You can’t perform that action at this time.
0 commit comments