Interface MetadataObject

All Known Subinterfaces:
MetaClass, MetaProperty
All Known Implementing Classes:
DynAttrMetaProperty, KeyValueMetaClass, KeyValueMetaProperty, MetaClassImpl, MetadataObjectImpl, MetaPropertyImpl

public interface MetadataObject
Ancestor of main metadata objects: MetaClass and MetaProperty
  • Method Details

    • getName

      String getName()
      MetadataObject unique name.
    • getAnnotations

      Map<String,Object> getAnnotations()
      MetadataObject annotations. Annotations here are simply name-value pairs, not directly correlated with Java annotations.