Class AnnotationToScopeMapping


  • public class AnnotationToScopeMapping
    extends java.lang.Object
    Simple definition of a mapping between an Annotation and a scope.
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationToScopeMapping​(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.String scope)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()  
      java.lang.String getScope()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationToScopeMapping

        public AnnotationToScopeMapping​(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
                                        java.lang.String scope)
    • Method Detail

      • getAnnotation

        public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()
      • getScope

        public java.lang.String getScope()