Package org.scijava.plugin
Annotation Type Attr
-
@Target({}) public @interface Attr
A name/value attribute pair, used to extend the @Pluginannotation.- Author:
- Curtis Rueden
- See Also:
Plugin.attrs(),AbstractBasicDetails.get(String),AbstractBasicDetails.is(String)
-
-
Element Detail
-
name
String name
Name of the attribute.
-
-
-
value
String value
The attribute's value, if applicable.If set, the method
AbstractBasicDetails.get(String)with the attribute's name will retrieve the value; in any case, the methodAbstractBasicDetails.is(String)will return true.- Default:
- ""
-
-