org.scijava.annotations
Annotation Type Indexable


@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface Indexable

Meta annotation for indexable annotations.

All annotations that want to be indexed need to be annotated with @Indexable.

Author:
Johannes Schindelin



Copyright © 2009–2015 SciJava. All rights reserved.