@Target(value={}) public @interface Attr
Plugin annotation.Plugin.attrs(),
AbstractBasicDetails.get(String),
AbstractBasicDetails.is(String)public abstract String name
public abstract String value
If set, the method AbstractBasicDetails.get(String) with the attribute's name
will retrieve the value; in any case, the method
AbstractBasicDetails.is(String) will return true.
Copyright © 2015–2022 SciJava. All rights reserved.