@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, isAnnotationpublic AppClientPersistenceDependencyAnnotationScanner()
protected void init(Set<String> annotationsSet)
AbstractAnnotationScannerConcrete implementations of this method should add to the set one or more Strings corresponding to the annotations of interest.
init in class AbstractAnnotationScannerannotationsSet - the Set object to be populatedCopyright © 2017. All rights reserved.