public interface ScannedClasses
@Enhancement
.Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String className)
Adds a class with given name to the set of types discovered during type discovery.
|
void add(java.lang.String className)
Adding the same class multiple times, or adding a class that is automatically discovered by the container, leads to non-portable behavior.
className
- binary name of the class, as defined by The Java™ Language Specification;
in other words, the class name as returned by Class.getName()