JBoss Logging 3.1.2.GA-redhat-1

org.jboss.logging
Annotation Type Field


Deprecated.

@Retention(value=CLASS)
@Target(value=PARAMETER)
@Documented
@Deprecated
public @interface Field

Indicate that a method parameter value should be applied to a field on the resultant exception object.

Author:
David M. Lloyd

Optional Element Summary
 String name
          Deprecated. The field name.
 

name

public abstract String name
Deprecated. 
The field name. If not specified, the parameter name is assumed to be the field name.

Returns:
the field name
Default:
""

JBoss Logging 3.1.2.GA-redhat-1

Copyright © 2012 Red Hat, Inc.