public class ReflectionAnnotationMemberDeclaration extends Object implements ResolvedAnnotationMemberDeclaration
Constructor and Description |
---|
ReflectionAnnotationMemberDeclaration(Method 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, asType, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isVariable
public ReflectionAnnotationMemberDeclaration(Method 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–2020. All rights reserved.