JBoss Logging I18n Annotation Processor 1.1.0.Final

org.jboss.logging.annotations
Annotation Type Field


@Retention(value=CLASS)
@Target(value=PARAMETER)
@Documented
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
          The field name.
 

name

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

Returns:
the field name
Default:
""

JBoss Logging I18n Annotation Processor 1.1.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.