Annotation Interface ElementPackage
Specifies a java package to include in the element scanning process.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe name of the Java package.- Returns:
- the package
- Default:
""
-
recursive
boolean recursiveSet to true to indicate that subpackages should be scanned.- Returns:
- true to scan subpackages
- Default:
false
-