Annotation Type DefaultInterface


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface DefaultInterface
    A ready to use annotation to the class is in interface will all its method have a default implementation and that the author intent to have the interface itself as an implementation to be created.
    Author:
    NawaMan -- nawa@nawaman.net