Annotation Type ConversationScoped


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    @Documented
    @NormalScope(passivating=true)
    @Inherited
    public @interface ConversationScoped
    Conversation scope type.
    See Also:
    Conversation