JBoss Logging I18n Annotation Processor 1.1.0.Final

org.jboss.logging.annotations
Annotation Type Property


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

Indicate that a method parameter value should be applied to a property (with a setter method) on the resultant exception object.

Author:
David M. Lloyd

Optional Element Summary
 String name
          The property name.
 

name

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

Returns:
the property name
Default:
""

JBoss Logging I18n Annotation Processor 1.1.0.Final

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