Class AnnotationToScopeMapping
- java.lang.Object
-
- org.joinfaces.autoconfigure.scopemapping.AnnotationToScopeMapping
-
public class AnnotationToScopeMapping extends Object
Simple definition of a mapping between anAnnotation
and a scope.
-
-
Constructor Summary
Constructors Constructor Description AnnotationToScopeMapping(Class<? extends Annotation> annotation, String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
getAnnotation()
String
getScope()
-
-
-
Constructor Detail
-
AnnotationToScopeMapping
public AnnotationToScopeMapping(Class<? extends Annotation> annotation, String scope)
-
-
Method Detail
-
getAnnotation
public Class<? extends Annotation> getAnnotation()
-
getScope
public String getScope()
-
-