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

jedi.annotation.SithMethods Maven / Gradle / Ivy

package jedi.annotation;

public @interface SithMethods {
	SithCommand[] commands() default {};

	SithFilter[] filters() default {};

	SithFunctor[] functors() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy