Annotation Type PluginMainClassType


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface PluginMainClassType
    This annotation when applied to a PluginType expresses the main class to associate with that type.
    Author:
    nbaker
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> value  
    • Element Detail