JBoss Logging 3.3.2.Final

org.jboss.logging
Annotation Type Field


Deprecated. Use org.jboss.logging.annotations.Field provided in module org.jboss.logging:jboss-logging-annotations

@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
 java.lang.String name
          Deprecated. The field name.
 

name

public abstract java.lang.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.3.2.Final

Copyright © 2015 Red Hat, Inc.