Annotation Type Default


  • @Target({METHOD,FIELD,CONSTRUCTOR})
    @Retention(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