org.apache.maven.tools.plugin.annotations.scanner
Interface MojoAnnotationsScanner

All Known Implementing Classes:
DefaultMojoAnnotationsScanner

public interface MojoAnnotationsScanner

Since:
3.0
Author:
Olivier Lamy

Field Summary
static List<String> CLASS_LEVEL_ANNOTATIONS
           
static List<String> FIELD_LEVEL_ANNOTATIONS
           
static String ROLE
           
 
Method Summary
 Map<String,MojoAnnotatedClass> scan(MojoAnnotationsScannerRequest request)
           
 

Field Detail

ROLE

static final String ROLE

CLASS_LEVEL_ANNOTATIONS

static final List<String> CLASS_LEVEL_ANNOTATIONS

FIELD_LEVEL_ANNOTATIONS

static final List<String> FIELD_LEVEL_ANNOTATIONS
Method Detail

scan

Map<String,MojoAnnotatedClass> scan(MojoAnnotationsScannerRequest request)
                                    throws ExtractionException
Throws:
ExtractionException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.