@Singleton final class EntityFilteringScopeResolver extends java.lang.Object implements ScopeResolver
Scope provider processing entity-filtering annotations created using
@EntityFiltering meta-annotation.| Constructor and Description |
|---|
EntityFilteringScopeResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
resolve(java.lang.annotation.Annotation[] annotations)
Resolve entity-filtering scopes for given annotations.
|
public java.util.Set<java.lang.String> resolve(java.lang.annotation.Annotation[] annotations)
ScopeResolverresolve in interface ScopeResolverannotations - list of arbitrary annotations.