mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
JavaDoc for MetaProperty getDomain #PL-4181
This commit is contained in:
parent
0d4b68608a
commit
a1b8779447
@ -44,7 +44,8 @@ public interface MetaProperty extends MetadataObject<MetaProperty> {
|
||||
MetaModel getModel();
|
||||
|
||||
/**
|
||||
* @return MetaClass, containing this MetaProperty
|
||||
* @return MetaClass, containing this MetaProperty. <br/>
|
||||
* In case of {@link com.haulmont.cuba.core.entity.annotation.Extends} returns extended meta class.
|
||||
*/
|
||||
MetaClass getDomain();
|
||||
|
||||
@ -88,4 +89,4 @@ public interface MetaProperty extends MetadataObject<MetaProperty> {
|
||||
*/
|
||||
@Nullable
|
||||
Class<?> getDeclaringClass();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user