@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @ClassMappingAnnotation(clazz=JDocumentBean.class) public @interface JDocumentType
| 限定符和类型 | 可选元素和说明 |
|---|---|
FSDirectoryType |
fsDirectory |
String |
id |
boolean |
indexValid |
JIndexWriterType |
indexWriter |
String |
name |
VFSJsonType |
vfsJson |
boolean |
vfsValid |
public abstract String id
public abstract String name
public abstract FSDirectoryType fsDirectory
public abstract JIndexWriterType indexWriter
public abstract VFSJsonType vfsJson
Copyright © 2023 onecode. All rights reserved.