JBoss Logging 3.1.2.GA-redhat-1

org.jboss.logging
Annotation Type Property


Deprecated.

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

name

public abstract String name
Deprecated. 
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.2.GA-redhat-1

Copyright © 2012 Red Hat, Inc.