Interface FragmentAnnotations
-
public interface FragmentAnnotations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
selectAnnotatedClasses
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.
- Parameters:
annotationClass
- The class annotation to use for the selection.- Returns:
- The names of classes having the annotation as a class annotation.
- Throws:
com.ibm.wsspi.adaptable.module.UnableToAdaptException
- Thrown by an error processing fragment paths.
-
-