Annotation Type DefaultImplementation


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface DefaultImplementation
    A ready to use annotation to specify a classname for the default implementation. If the class is not found in the classpath or it was found to be uncompatible, this annotation will be ignore.
    Author:
    NawaMan -- nawa@nawaman.net
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The name of the implementation class.
    • Element Detail

      • value

        String value
        The name of the implementation class.
        Returns:
        the specified class name to be used as an implementation.