We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3502113 commit 682d779Copy full SHA for 682d779
processor/src/main/java/org/apache/commons/weaver/Finder.java
@@ -377,8 +377,9 @@ public List<Annotated<Package>> findAnnotatedPackages(final Class<? extends Anno
377
378
/**
379
* Gets the list of objects representing all scanned classes.
380
- * @since 1.3
+ *
381
* @return {@link List} of {@link Annotated}{@code <Class<?>>}
382
+ * @since 1.3
383
*/
384
public List<Annotated<Class<?>>> getAllClasses() {
385
return annotate(originalInfos.values());
0 commit comments