Interface MojoAnnotationsScanner
-
- All Known Implementing Classes:
DefaultMojoAnnotationsScanner
public interface MojoAnnotationsScanner- Since:
- 3.0
- Author:
- Olivier Lamy
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>CLASS_LEVEL_ANNOTATIONSstatic List<String>FIELD_LEVEL_ANNOTATIONSstatic StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,MojoAnnotatedClass>scan(MojoAnnotationsScannerRequest request)Scan classes for mojo annotations.
-
-
-
Method Detail
-
scan
Map<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
-
-