org.jboss.weld.log
Annotation Type Category


@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Category

Specifies a Category for the injected logger

Author:
Gavin King

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value
Returns:
the log category


Copyright © 2008-2009 Seam Framework. All Rights Reserved.