Package io.activej.types
Class AnnotatedTypes.AnnotatedTypeVariableImpl
java.lang.Object
io.activej.types.AnnotatedTypes.AnnotatedTypeImpl
io.activej.types.AnnotatedTypes.AnnotatedTypeVariableImpl
- All Implemented Interfaces:
AnnotatedElement,AnnotatedType,AnnotatedTypeVariable
- Enclosing class:
- AnnotatedTypes
public static class AnnotatedTypes.AnnotatedTypeVariableImpl
extends AnnotatedTypes.AnnotatedTypeImpl
implements AnnotatedTypeVariable
-
Field Summary
Fields inherited from class io.activej.types.AnnotatedTypes.AnnotatedTypeImpl
annotations, type -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedTypeVariableImpl(Type type, Annotation[] annotations, AnnotatedType[] bounds) -
Method Summary
Methods inherited from class io.activej.types.AnnotatedTypes.AnnotatedTypeImpl
getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface java.lang.reflect.AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getTypeMethods inherited from interface java.lang.reflect.AnnotatedTypeVariable
getAnnotatedOwnerType
-
Constructor Details
-
AnnotatedTypeVariableImpl
-
-
Method Details
-
getAnnotatedBounds
- Specified by:
getAnnotatedBoundsin interfaceAnnotatedTypeVariable
-