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 Class<?> role()
public void setRoleClassName(String roleClassName)
public String getRoleClassName()
public String hint()
public void hint(String hint)
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class AnnotatedField
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.