Class AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Z>

    • Constructor Detail

      • ForUnresolvedProperty

        public ForUnresolvedProperty()
    • Method Detail

      • getState

        public AnnotationValue.State getState()
        Returns the state of the represented loaded annotation value.
        Returns:
        The state represented by this instance.
      • represents

        public boolean represents​(java.lang.Object value)
        Verifies if this loaded value represents the supplied loaded value.
        Parameters:
        value - A loaded annotation value.
        Returns:
        true if the supplied annotation value is represented by this annotation value.