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

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

Introduction

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

The text is from its open source code.

Field

AutowireNO
Constant that indicates no autowiring at all.
AutowireBY_NAME
Constant that indicates autowiring bean properties by name.
AutowireBY_TYPE
Constant that indicates autowiring bean properties by type.
intvalue

Method

booleanisAutowire()
Return whether this represents an actual autowiring value.