de.smartics.exceptions.i18n.message
Annotation Type PropertyInfo


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface PropertyInfo

Adds information to a field to look for the getter and setter method.


Optional Element Summary
 String getter
          Returns the name of the getter method of this property.
 String setter
          Returns the name of the setter method of this property.
 

getter

public abstract String getter
Returns the name of the getter method of this property.

Default:
""

setter

public abstract String setter
Returns the name of the setter method of this property.

Default:
""


Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.