Java org.springframework.beans.factory InjectionPoint fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory InjectionPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory InjectionPoint.

The text is from its open source code.

Constructor

InjectionPoint(MethodParameter methodParameter)
Create an injection point descriptor for a method or constructor parameter.
InjectionPoint(Field field)
Create an injection point descriptor for a field.
InjectionPoint(InjectionPoint original)
Copy constructor.

Method

Annotation[]getAnnotations()
Obtain the annotations associated with the wrapped field or method/constructor parameter.