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

jedi.annotation.SithMethod Maven / Gradle / Ivy

package jedi.annotation;

public @interface SithMethod {
	String factoryName() default "";

	String name();

	Class[] parameterTypes() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy