Skip to content

Commit ce64ede

Browse files
Remove reference to anObsolete...
1 parent 2e5ceaa commit ce64ede

5 files changed

+5
-5
lines changed

src/Famix-Java-Entities/FamixJavaAnnotationInstance.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
1313
| `annotatedEntity` | `FamixTAnnotationInstance` | `annotationInstances` | `FamixTWithAnnotationInstances` | The NamedEntity on which the annotation occurs.|
14-
| `annotationType` | `FamixTTypedAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
14+
| `annotationType` | `FamixTAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
1515
1616
1717

src/Famix-Java-Entities/FamixJavaAnnotationInstanceAttribute.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Other
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
13+
| `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
1414
1515
1616
## Properties

src/Famix-PharoSmalltalk-Entities/FamixStAnnotationInstance.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
1313
| `annotatedEntity` | `FamixTAnnotationInstance` | `annotationInstances` | `FamixTWithAnnotationInstances` | The NamedEntity on which the annotation occurs.|
14-
| `annotationType` | `FamixTTypedAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
14+
| `annotationType` | `FamixTAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
1515
1616
1717

src/Famix-PharoSmalltalk-Entities/FamixStAnnotationInstanceAttribute.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Other
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
13+
| `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
1414
1515
1616
## Properties

src/Famix-PharoSmalltalk-Entities/FamixStAnnotationTypeAttribute.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Class {
3333
#name : #FamixStAnnotationTypeAttribute,
3434
#superclass : #FamixStSourcedEntity,
35-
#traits : 'FamixTAnnotationTypeAttribute + AnObsoleteFamixTTypedAnnotationInstanceAttribute + TEntityMetaLevelDependency',
35+
#traits : 'FamixTAnnotationTypeAttribute + TEntityMetaLevelDependency',
3636
#classTraits : 'FamixTAnnotationTypeAttribute classTrait + TEntityMetaLevelDependency classTrait',
3737
#category : #'Famix-PharoSmalltalk-Entities-Entities'
3838
}

0 commit comments

Comments
 (0)