Class ParameterDescription.ForLoadedParameter.OfConstructor

    • Constructor Detail

      • OfConstructor

        protected OfConstructor​(java.lang.reflect.Constructor<?> constructor,
                                int index)
        Creates a new description for a loaded constructor.
        Parameters:
        constructor - The constructor for which a parameter is represented.
        index - The index of the parameter.
    • Method Detail

      • getDeclaredAnnotations

        public AnnotationList getDeclaredAnnotations()
        Description copied from interface: AnnotationSource
        Returns a list of annotations that are declared by this instance.
        Returns:
        A list of declared annotations.