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:
    alessio.soldano@jboss.com
    • 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.