com.ibm.ws.container.service.annotations

Interface SpecificAnnotations


  1. public interface SpecificAnnotations

Method Summary

Modifier and Type Method and Description
  1. 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

  1. java.util.Set<java.lang.String> selectAnnotatedClasses( java.lang.Class<?> annotationClass)
  2. throws 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:
UnableToAdaptException - Thrown by an error processing fragment paths.