public class ComponentAnnotationContent extends AnnotatedField implements Component
Constructor and Description |
---|
ComponentAnnotationContent(String fieldName) |
ComponentAnnotationContent(String fieldName,
String role,
String hint) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
getRoleClassName() |
String |
hint() |
void |
hint(String hint) |
Class<?> |
role() |
void |
setRoleClassName(String roleClassName) |
String |
toString() |
compareTo, getFieldName, setFieldName
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public ComponentAnnotationContent(String fieldName)
public ComponentAnnotationContent(String fieldName, String role, String hint)
public void setRoleClassName(String roleClassName)
public String getRoleClassName()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class AnnotatedField
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.