@Service(name="car") @Singleton public class AppClientPersistenceDependencyAnnotationScanner extends AbstractAnnotationScanner
annotations
Constructor and Description |
---|
AppClientPersistenceDependencyAnnotationScanner() |
Modifier and Type | Method and Description |
---|---|
protected void |
init(Set<String> annotationsSet)
Invoked so the concrete subclass can populate the annotations set.
|
constantPoolToFQCN, getAnnotations, isAnnotation
public AppClientPersistenceDependencyAnnotationScanner()
protected void init(Set<String> annotationsSet)
AbstractAnnotationScanner
Concrete implementations of this method should add to the set one or more Strings corresponding to the annotations of interest.
init
in class AbstractAnnotationScanner
annotationsSet
- the Set object to be populatedCopyright © 2018. All rights reserved.