Annotation Interface MqttProperty
@Documented
@Retention(RUNTIME)
@Target({PARAMETER,TYPE,METHOD})
@Repeatable(MqttProperties.class)
@Bindable
public @interface MqttProperty
Used for binding arguments to mqtt properties.
- Since:
- 1.0.0
- Author:
- James Kleeh
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
name
String nameNever used if applied to a parameter. Supplies the property name if used on a class or method.- Returns:
- The name of property
- Default:
""
-