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

aQute.bnd.annotation.component.Attribute Maven / Gradle / Ivy

The newest version!
package aQute.bnd.annotation.component;

public @interface Attribute {
	class C {}
	
	String name() default "";
	String description() default "";
	String[] options();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy