|
114 | 114 | @MetaValue(value = "ItemFlowFeature", targetEntity = ItemFlowFeatureImpl.class), |
115 | 115 | @MetaValue(value = "ItemUsage", targetEntity = ItemUsageImpl.class), |
116 | 116 | @MetaValue(value = "JoinNode", targetEntity = JoinNodeImpl.class), |
| 117 | + @MetaValue(value = "LibraryPackage", targetEntity = LibraryPackageImpl.class), |
117 | 118 | @MetaValue(value = "LifeClass", targetEntity = LifeClassImpl.class), |
118 | 119 | @MetaValue(value = "LiteralBoolean", targetEntity = LiteralBooleanImpl.class), |
119 | 120 | @MetaValue(value = "LiteralExpression", targetEntity = LiteralExpressionImpl.class), |
|
125 | 126 | @MetaValue(value = "Membership", targetEntity = MembershipImpl.class), |
126 | 127 | @MetaValue(value = "MergeNode", targetEntity = MergeNodeImpl.class), |
127 | 128 | @MetaValue(value = "Metaclass", targetEntity = MetaclassImpl.class), |
| 129 | + @MetaValue(value = "MetadataAccessExpression", targetEntity = MetadataAccessExpressionImpl.class), |
128 | 130 | @MetaValue(value = "MetadataDefinition", targetEntity = MetadataDefinitionImpl.class), |
129 | 131 | @MetaValue(value = "MetadataFeature", targetEntity = MetadataFeatureImpl.class), |
130 | 132 | @MetaValue(value = "MetadataUsage", targetEntity = MetadataUsageImpl.class), |
|
0 commit comments