@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @ClassMappingAnnotation(clazz=JSyncListenerBean.class) public @interface SyncListenerType
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class |
syncListener |
String |
tempPath |
String |
tempRootPath |
String |
vfsPath |
String |
vfsRootPath |
public abstract String vfsPath
public abstract String tempPath
public abstract String vfsRootPath
public abstract String tempRootPath
public abstract Class syncListener
Copyright © 2023 onecode. All rights reserved.