@Target(value={METHOD,FIELD,PARAMETER,TYPE}) @Retention(value=RUNTIME) @Documented public @interface TypedCategory
Specifies a typed category for the injected logger.
A category is required for a typed logger.
For a non-typed logger, if no category annotation is specified at a
Logger
injection point, the fully qualified name of the bean
implementation class is used as the category.
MessageLogger
,
Logger.getLogger(String)
public abstract Class<?> value
Copyright © 2008-2013 Seam Framework. All Rights Reserved.