Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9
-
None
Description
from source
/** * This indicates the base name of the bean properties used to read/write this parameter's value. * <br/> * Refer to <code>@parameter property="project"</code> * <p/> * Would say there is a getProject() method and a setProject(Project) method. Here the field * name would not be the basis for the parameter's name. This mode of operation will allow the * mojos to be usable as beans and will be the promoted form of use. * <br/> * <b>Note</b>: Should be defined in a Mojo Field. */ String PARAMETER_PROPERTY = "property";
with MPLUGIN-196, property attribute will have another meaning
Attachments
Attachments
Issue Links
- is related to
-
MPLUGIN-259 @Parameter name="xxx" to set bean property name different from class' field
- Closed
-
MPLUGIN-196 rename expression parameter to property
- Closed