com.ibm.ws.container.service.annotations
Interface FragmentAnnotations
- public interface FragmentAnnotations
Method Summary
Modifier and Type | Method and Description |
---|---|
|
selectAnnotatedClasses(java.lang.Class<?> annotationClass)
Target helper: Select the classes which are recorded as having
the specified annotation as a class annotation.
|
Method Detail
selectAnnotatedClasses
- java.util.Set<java.lang.String> selectAnnotatedClasses( java.lang.Class<?> annotationClass)
- throws UnableToAdaptException
Parameters:
annotationClass
- The class annotation to use for the selection. Returns:
The names of classes having the annotation as a class annotation.
Throws:
UnableToAdaptException
- Thrown by an error processing fragment paths.
Target helper: Select the classes which are recorded as having the specified annotation as a class annotation.