@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface CacheNamespaceRef
If you use this annotation, should be specified either value() or name() attribute.
value()
name()
String
name
Class<?>
value
public abstract Class<?> value
public abstract String name
Copyright © 2009–2018 MyBatis.org. All rights reserved.