jedi.annotation.processor.model
Interface Annotateable
- All Known Implementing Classes:
- JediField, JediMethod
public interface Annotateable
getPackage
String getPackage()
getDeclaringTypeWithUnboundedGenerics
String getDeclaringTypeWithUnboundedGenerics()
getQualifiedNameOfDeclaringType
String getQualifiedNameOfDeclaringType()
getSimpleNameOfDeclaringType
String getSimpleNameOfDeclaringType()
getName
String getName(boolean simplified)
getOriginalName
String getOriginalName()
getDeclaredType
String getDeclaredType()
getBoxedDeclaredType
String getBoxedDeclaredType()
isVoid
boolean isVoid()
isBoolean
boolean isBoolean()
getUncutParameters
List<Attribute> getUncutParameters()
getCutParameters
List<Attribute> getCutParameters()
writeInvocation
void writeInvocation(JavaWriter printWriter,
String receiverName)
writeGenericTypeParameters
void writeGenericTypeParameters(JavaWriter writer)
showProcessingError
void showProcessingError(Environment environment,
String message)
getAnnotationClass
Class<?> getAnnotationClass()
Copyright © 2011. All Rights Reserved.