Annotation Type Param
-
public @interface ParamA param, i.e. a name/value pair.
-
-
Element Detail
-
name
String name
- Returns:
- The name of the param. Must be unique in a given set of params.
-
-
-
value
String value
- Returns:
- The value of the param.
- See Also:
PropertyMappingFieldOptionsStep.valueBinder(ValueBinder, Map),PropertyMappingStep.binder(PropertyBinder, Map),TypeMappingStep.binder(TypeBinder, Map),PropertyMappingDocumentIdOptionsStep.identifierBinder(IdentifierBinder, Map),TypeMappingIndexedStep.routingBinder(RoutingBinder, Map),PropertyMappingStep.marker(MarkerBinder, Map)
-
-