org.jboss.wsf.spi.deployment
Interface AnnotationsInfo
public interface AnnotationsInfo
Utility for providing informations on annotations specified in a deployment. This basically decouples the WS stack from the Jandex project.- Author:
- [email protected]
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description boolean
hasAnnotatedClasses(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.
Copyright © 2018 JBoss, by Red Hat. All rights reserved.