@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreateIndex
String
attribute
int
cacheSize
Class<? extends Index>
type
public abstract String attribute
public abstract Class<? extends Index> type
public abstract int cacheSize
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.