@Target(value={METHOD,FIELD,CONSTRUCTOR})
@Retention(value=RUNTIME)
public @interface Default
A ready to use annotation to mask that
an enum value is the default value,
a public field is default instance, or
a public method is a factory method.
- Author:
- NawaMan -- nawa@nawaman.net