All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xapi.ui.autoui.api.Action Maven / Gradle / Ivy

The newest version!
package xapi.ui.autoui.api;

public @interface Action {

  Class[] scope() default {};
  String name();
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy