public class JavassistAnnotationMemberDeclaration extends Object implements ResolvedAnnotationMemberDeclaration
Constructor and Description |
---|
JavassistAnnotationMemberDeclaration(javassist.CtMethod annotationMember,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
Expression |
getDefaultValue() |
String |
getName() |
ResolvedType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asEnumConstant, asField, asMethod, asParameter, asPattern, asType, hasName, isEnumConstant, isField, isMethod, isParameter, isPattern, isType, isVariable
public JavassistAnnotationMemberDeclaration(javassist.CtMethod annotationMember, TypeSolver typeSolver)
public Expression getDefaultValue()
getDefaultValue
in interface ResolvedAnnotationMemberDeclaration
public ResolvedType getType()
getType
in interface ResolvedValueDeclaration
public String getName()
getName
in interface ResolvedDeclaration
Copyright © 2007–2021. All rights reserved.