Annotation Type UIImportPlugin


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface UIImportPlugin
    Annotation is used in the interface org.processmining.contexts.uitopia.specialplugins.ImportPlugin to signal the framework that this is an import plugin.
    Author:
    bfvdonge
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String description  
      java.lang.String[] extensions  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String pack  
    • Element Detail

      • description

        java.lang.String description
      • extensions

        java.lang.String[] extensions
      • pack

        java.lang.String pack
        Default:
        ""