@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,ANNOTATION_TYPE})
@Bindable
@Inherited
public @interface PathVariable
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultValue |
java.lang.String |
name |
java.lang.String |
value |
@AliasFor(annotation=io.micronaut.core.bind.annotation.Bindable.class,member="value") @AliasFor(member="name") public abstract java.lang.String value