|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Category
Specifies a Category for the injected logger. A category must be specified for a typed logger.
If the @Category annotation is omitted, the fully qualified
name of the injection point type is used as the category.
MessageLogger,
Logger.getLogger(String)| Required Element Summary | |
|---|---|
String |
value
The category of the logger. |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||