Interface FragmentAnnotations


public interface FragmentAnnotations
  • Method Summary

    Modifier and Type
    Method
    Description
    selectAnnotatedClasses(Class<?> annotationClass)
    Target helper: Select the classes which are recorded as having the specified annotation as a class annotation.
  • Method Details

    • selectAnnotatedClasses

      Set<String> selectAnnotatedClasses(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.