Interface EnhancedAnnotatedField<T,​X>

    • Method Detail

      • getPropertyName

        String getPropertyName()
        Gets the property name of the field
        Returns:
        The name
      • isTransient

        boolean isTransient()
      • slim

        javax.enterprise.inject.spi.AnnotatedField<X> slim()
        Returns a lightweight implementation of AnnotatedField with minimal memory footprint.
        Specified by:
        slim in interface EnhancedAnnotated<T,​X>
        Specified by:
        slim in interface EnhancedAnnotatedMember<T,​X,​Field>
        Returns:
        the slim version of this AnnotatedField