JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.ibatis.annotations
Property
Contents
Description
Required Element Summary
Element Details
name
value
Hide sidebar
Show sidebar
Annotation Type Property
@Documented
@Retention
(
RUNTIME
)
@Target
({})
public @interface
Property
The annotation that inject a property value.
Since:
3.4.2
See Also:
CacheNamespace
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
Returns the property name.
String
value
Returns the property value or placeholder.
Element Details
name
String
name
Returns the property name.
Returns:
the property name
value
String
value
Returns the property value or placeholder.
Returns:
the property value or placeholder