Interface MojoAnnotationsScanner
- All Known Implementing Classes:
- DefaultMojoAnnotationsScanner
public interface MojoAnnotationsScanner
- Since:
- 3.0
- Author:
- Olivier Lamy
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionscan(MojoAnnotationsScannerRequest request) Scan classes for mojo annotations.
- 
Field Details- 
ROLE
- 
V4_API_PLUGIN_PACKAGE- See Also:
 
- 
V4_API_ANNOTATIONS_PACKAGE- See Also:
 
- 
CLASS_LEVEL_ANNOTATIONS
- 
FIELD_LEVEL_ANNOTATIONS
- 
METHOD_LEVEL_ANNOTATIONS
 
- 
- 
Method Details- 
scanMap<String,MojoAnnotatedClass> scan(MojoAnnotationsScannerRequest request) throws ExtractionException Scan classes for mojo annotations.- Parameters:
- request-
- Returns:
- map of mojo-annotated classes keyed by full class name
- Throws:
- ExtractionException
 
 
-