Class Destroyed.Literal

    • Field Detail

      • REQUEST

        public static final Destroyed.Literal REQUEST
        Default Destroyed literal for the RequestScoped scope
      • CONVERSATION

        public static final Destroyed.Literal CONVERSATION
        Default Destroyed literal for the ConversationScoped scope
      • SESSION

        public static final Destroyed.Literal SESSION
        Default Destroyed literal for the SessionScoped scope
      • APPLICATION

        public static final Destroyed.Literal APPLICATION
        Default Destroyed literal for the ApplicationScoped scope
    • Method Detail

      • of

        public static Destroyed.Literal of​(java.lang.Class<? extends java.lang.annotation.Annotation> value)
        Obtain the literal of the provided scope annotation
        Parameters:
        value - the scope annotation
        Returns:
        a new Literal value for the provided scope annotation
      • value

        public java.lang.Class<? extends java.lang.annotation.Annotation> value()