@Target(value=METHOD) @Retention(value=RUNTIME) public @interface UIUrlParameter
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
entity
When set this defines that the given parameter is the primary key for this entity.
|
boolean |
mandatory
By default all parameters defined are mandatory.
|
String |
name
The name of the URL parameter to look for.
|
public abstract String name
public abstract boolean mandatory
public abstract Class<?> entity
Copyright © 2017 etc.to. All rights reserved.