|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SafeMethodOptions
This annotation is used for dynamic detection as well as routing of static methods. This was implemented as part of FMD.lookup() enhancement.
Required Element Summary | |
---|---|
boolean |
covariantReturn
Specifies if the return value of the method on which this annotation is used is of the type passed in the first parameter. |
boolean |
firstParameterIsClassName
Specifies if the first parameter in the method is supposed to be a string that represents a classname. |
Element Detail |
---|
public abstract boolean firstParameterIsClassName
public abstract boolean covariantReturn
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |