Package net.sf.basedb.core.data
Annotation Interface PropertyPathProtected
Getter methods that are annotated with this annotation should
can not use Metadata.getPropertyPath to retreive their values.
Typically, due to extra permission checkes that are required
to access the information. For example,
ChangeHistoryDetailData.getOldValue()
and ChangeHistoryDetailData.getNewValue()
.- Since:
- 3.3
- Author:
- nicklas
- Last modified
- $Date $