19
19
20
20
package org .apache .deltaspike .core .util ;
21
21
22
- import jakarta .enterprise .inject .Typed ;
22
+ import jakarta .enterprise .inject .Vetoed ;
23
23
import jakarta .enterprise .inject .spi .Annotated ;
24
24
import jakarta .enterprise .inject .spi .AnnotatedCallable ;
25
25
import jakarta .enterprise .inject .spi .AnnotatedConstructor ;
@@ -67,7 +67,7 @@ private Annotateds()
67
67
* Does the first stage of comparing AnnoatedCallables, however it cannot
68
68
* compare the method parameters
69
69
*/
70
- @ Typed ()
70
+ @ Vetoed
71
71
private static class AnnotatedCallableComparator <T >
72
72
implements Comparator <AnnotatedCallable <? super T >>, Serializable
73
73
{
@@ -92,7 +92,7 @@ public int compare(AnnotatedCallable<? super T> arg0, AnnotatedCallable<? super
92
92
93
93
}
94
94
95
- @ Typed ()
95
+ @ Vetoed
96
96
private static class AnnotatedMethodComparator <T >
97
97
implements Comparator <AnnotatedMethod <? super T >>, Serializable
98
98
{
@@ -126,7 +126,7 @@ public int compare(AnnotatedMethod<? super T> arg0, AnnotatedMethod<? super T> a
126
126
127
127
}
128
128
129
- @ Typed ()
129
+ @ Vetoed
130
130
private static class AnnotatedConstructorComparator <T >
131
131
implements Comparator <AnnotatedConstructor <? super T >>, Serializable
132
132
{
@@ -160,7 +160,7 @@ public int compare(AnnotatedConstructor<? super T> arg0, AnnotatedConstructor<?
160
160
161
161
}
162
162
163
- @ Typed ()
163
+ @ Vetoed
164
164
private static class AnnotatedFieldComparator <T >
165
165
implements Comparator <AnnotatedField <? super T >>, Serializable
166
166
{
@@ -182,7 +182,7 @@ public int compare(AnnotatedField<? super T> arg0, AnnotatedField<? super T> arg
182
182
183
183
}
184
184
185
- @ Typed ()
185
+ @ Vetoed
186
186
private static class AnnotationComparator implements Comparator <Annotation >, Serializable
187
187
{
188
188
@@ -194,7 +194,7 @@ public int compare(Annotation arg0, Annotation arg1)
194
194
}
195
195
}
196
196
197
- @ Typed ()
197
+ @ Vetoed
198
198
private static class MethodComparator implements Comparator <Method >
199
199
{
200
200
0 commit comments