JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.ibatis.annotations
Annotation Interface Property
@Documented
@Retention
(
RUNTIME
)
@Target
({})
public @interface
Property
The annotation that inject a property value.
Since:
3.4.2
Author:
Kazuki Shimizu
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