| tide.annotations.Implements
Implements | public @interface Implements(Code) | | Gives a secure feeling and clear indication that a perticular methods
implements some declared interface.
Usage: like @Override.
|
Field Summary | |
String | value Ending name or full name of the implmented interface, for example "Comparable". |
value | String value(Code) | | Ending name or full name of the implmented interface, for example "Comparable".
Optional.
|
|
|