Package org.jboss.jandex
Class MethodInternal.ExtraInfo
- java.lang.Object
-
- org.jboss.jandex.MethodInternal.ExtraInfo
-
- Enclosing class:
- MethodInternal
private static final class MethodInternal.ExtraInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AnnotationInstance[]
annotations
(package private) AnnotationValue
defaultValue
(package private) Type
receiverType
(package private) Type[]
typeParameters
-
Constructor Summary
Constructors Modifier Constructor Description private
ExtraInfo()
-
-
-
Field Detail
-
receiverType
Type receiverType
-
typeParameters
Type[] typeParameters
-
defaultValue
AnnotationValue defaultValue
-
annotations
AnnotationInstance[] annotations
-
-