You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io.helidon.common.types.TypeInfoBlueprint#hasMetaAnnotation(io.helidon.common.types.TypeName, io.helidon.common.types.TypeName) should be deprecated. io.helidon.common.types.AnnotationBlueprint#hasMetaAnnotation should be used instead.
Currently we do not create all annotation instances with proper meta annotation information, so we need to check both of these methods.
The first method should eventually be removed, and all meta information of an annotation should be available on the annotation instance itself.
The text was updated successfully, but these errors were encountered:
io.helidon.common.types.TypeInfoBlueprint#hasMetaAnnotation(io.helidon.common.types.TypeName, io.helidon.common.types.TypeName)
should be deprecated.io.helidon.common.types.AnnotationBlueprint#hasMetaAnnotation
should be used instead.Currently we do not create all annotation instances with proper meta annotation information, so we need to check both of these methods.
The first method should eventually be removed, and all meta information of an annotation should be available on the annotation instance itself.
The text was updated successfully, but these errors were encountered: