|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
public @interface UnsupportedOperationThis is similar to the @NotYetImplemented annotation. The difference is only the semantic: "@UnsupportedOperation" means, it is not supported yet and the annotated method will probably also not supported in the future. "@NotYetImplemented" means, that the method is not yet implemented but will be available in the (near) future.
NotYetImplemented,
MessageFormat| Optional Element Summary | |
|---|---|
String |
value
You can define the text here which is used for the thrown UnsupportedOperationException. |
public abstract String value
@NotYetImplemented("don''t call {0} today").
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||