Class AnnotationToScopeMapping
- java.lang.Object
-
- org.joinfaces.autoconfigure.scopemapping.AnnotationToScopeMapping
-
public class AnnotationToScopeMapping extends java.lang.Object
Simple definition of a mapping between anAnnotation
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()
-