com.jdon.annotation.model
注释类型 Inject


@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface Inject

Domain Model should normal live in memory not in database. so cache in memory is very important for domain model life cycle.

作者:
banQ
另请参见:
ModelIF

可选元素摘要
 String value
           
 

value

public abstract String value
默认值:
""


Copyright © 2013. All Rights Reserved.