A method selector's job is to distinguish between methods; methods being constructors and normal methods. This page contains method-specific details. Please see the selector page for selector definitions in general which can also comprise a method selector.
Attribute | Description | Required |
---|---|---|
name | identifier, must be unique | Yes |
criteriaAnded | flag to indicate whether all of the criteria nested in this selector must be met. true indicates all must be met, false indicates only one or more must be met. | No |
constructors | flag to indicate whether the method must or must not be a constructor. true indicates 'must be a constructor', false indicates must not be a constructor. | No |