Annotation Interface UserScope
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Scope(value="user",
proxyMode=TARGET_CLASS)
public @interface UserScope
-
Optional Element Summary
-
Element Details
-
value
String value- Default:
- ""
-