@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProblemMethod
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
message
todo There is still one design flaw here: the message might contain type directives
(such as {1,time}) which are incompatible with the type of parameters (or parameter property)
of the method).
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
ref |
ProblemSeverity |
severity |
public abstract java.lang.String message
public abstract ProblemSeverity severity
public abstract java.lang.String ref