public interface ITypeMetaData
@Command(defaultValueProvider = xxx.class)| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.element.TypeElement |
getTypeElement()
Returns the
TypeElement of the type mirror. |
javax.lang.model.type.TypeMirror |
getTypeMirror()
Returns the TypeMirror of the value.
|
boolean |
isDefault()
Returns
true if the annotated element did not have the annotation attribute. |
boolean isDefault()
true if the annotated element did not have the annotation attribute.true if the value is the default value.javax.lang.model.type.TypeMirror getTypeMirror()
@Command(defaultValueProvider = xxx.class) annotation.javax.lang.model.element.TypeElement getTypeElement()
TypeElement of the type mirror.