Package org.jboss.wsf.spi.deployment
Interface AnnotationsInfo
-
public interface AnnotationsInfoUtility for providing informations on annotations specified in a deployment. This basically decouples the WS stack from the Jandex project.- Author:
- alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasAnnotatedClasses(String... annotation)tells if the deployment includes classes annotated with the specified annotation(s).
-
-
-
Method Detail
-
hasAnnotatedClasses
boolean hasAnnotatedClasses(String... annotation)
tells if the deployment includes classes annotated with the specified annotation(s).- Parameters:
annotation- The FQN of the annotation- Returns:
- true if classes annotated with the specified annotation are found in the deployment, false otherwise.
-
-