public interface SpecificAnnotations
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
selectAnnotatedClasses(java.lang.Class<?> annotationClass)
Target helper: Select the classes which are recorded as having
the specified annotation as a class annotation.
|
java.util.Set<java.lang.String> selectAnnotatedClasses(java.lang.Class<?> annotationClass) throws com.ibm.wsspi.adaptable.module.UnableToAdaptException
Target helper: Select the classes which are recorded as having the specified annotation as a class annotation.
annotationClass
- The class annotation to use for the selection.com.ibm.wsspi.adaptable.module.UnableToAdaptException
- Thrown by an error processing fragment paths.