public final class AnnotationProcessor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<?>[] |
getClasses(java.lang.String packageName)
Scans all classes accessible from the context class loader which belong
to the given package and sub packages.
|
static void |
processAnnotation()
Loops over all classes in the JaDepot package and process the
annotations:
RegisterCsvOrderBean
|
public static java.lang.Class<?>[] getClasses(java.lang.String packageName) throws java.io.IOException
packageName
- The base packagejava.io.IOException
public static void processAnnotation()