The name of the property to be injected.
Default values:
Fields: The name of the annotated field. For instance, annotating a field named "callerId" with @Inject has the same effect as
annotating this field with @Inject("callerId")
Methods:The name of the property being set by the method, as defined by Introspector.decapitalize and
the Java Beans API.