Feature #186
definition of annotation inside interface support
| Status: | Closed | Start date: | 04/25/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
gwt include defintion of annotation inside interface.
public interface Constants extends LocalizableResource {
/**
* Default boolean value to be used if no translation is found (and also used as the
* source for translation). No quoting (other than normal Java string quoting)
* is done.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface DefaultBooleanValue {
boolean value();
}
I'm not sure is this legal java (need to check) and add support for this (which is not hard)
History
Updated by Ruslan Shevchenko over 2 years ago
- Status changed from New to Resolved
resolvied in JPP-1.1.2
Updated by Ruslan Shevchenko over 2 years ago
- Status changed from Resolved to Closed