JBoss Logging 3.1.0.GA

org.jboss.logging
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:
""

JBoss Logging 3.1.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.