org.jsmiparser.util.problem.annotations
Annotation Type ProblemProperty


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface ProblemProperty

This annotation can be used to pass an object as a parameter to an error method, but include one of its properties in the message.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value
Returns:
The name of the property of the parameter that will be included in the message.


Copyright © 2005-2007 null. All Rights Reserved.