Interface ITypeMetaData

    • Method Detail

      • isDefault

        boolean isDefault()
        Returns true if the annotated element did not have the annotation attribute.
        Returns:
        true if the value is the default value.
      • getTypeMirror

        javax.lang.model.type.TypeMirror getTypeMirror()
        Returns the TypeMirror of the value.
        Returns:
        the TypeMirror of the @Command(defaultValueProvider = xxx.class) annotation.
      • getTypeElement

        javax.lang.model.element.TypeElement getTypeElement()
        Returns the TypeElement of the type mirror.
        Returns:
        the type mirror as a TypeElement