org.jboss.solder.messages
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
 java.lang.String name
          The property name.
 

name

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

Returns:
the property name
Default:
""


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