Interface MojoParameterVisitor
- All Known Implementing Classes:
MojoFieldVisitor
,MojoMethodVisitor
public interface MojoParameterVisitor
Common interface for field and method visitors.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getFieldName
String getFieldName() -
getClassName
String getClassName() -
getTypeParameters
-
getAnnotationVisitorMap
Map<String,MojoAnnotationVisitor> getAnnotationVisitorMap() -
isAnnotationOnMethod
boolean isAnnotationOnMethod()
-