Annotation Type CDIScope


  • @Scope
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD})
    public @interface CDIScope
    This scope is given from HK2 beans that are representing CDI services that are NOT in Dependent or Singleton scopes
    Author:
    jwells