Peform the injection, if possible. Most often, this will result in a call to {@link ClassTransformation#injectField(String,Object)}. The caller is responsible for invoking {@link ClassTransformation#claimField(String,Object)}.
@param fieldName the name of the field requesting injection
@param fieldType the type of the field (as a string)
@param locator allows services to be located
@param transformation allows the code for the class to be transformed
@param componentModel defines the relevant aspects of the component
@return true if an injection has been made (terminates the command chain), false to continuedown the chain
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.