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, setFieldNamegetDeprecated, getDescription, getSince, setDeprecated, setDescription, setSinceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic 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 Annotationpublic String toString()
toString in interface AnnotationtoString in class AnnotatedFieldCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.