com.timeindexing.index
Interface AnnotationStyle


public interface AnnotationStyle

Annotation style contants.


Field Summary
static int EXTERNAL
          Annotations are kept external to the index.
static int INLINE
          Annotations are kept inline in the index.
static int NONE
          Annotations are kept inline in the index.
 

Field Detail

NONE

public static final int NONE
Annotations are kept inline in the index.

See Also:
Constant Field Values

INLINE

public static final int INLINE
Annotations are kept inline in the index.

See Also:
Constant Field Values

EXTERNAL

public static final int EXTERNAL
Annotations are kept external to the index.

See Also:
Constant Field Values