English
Appearance
Set the demo value for a field.
field.demo=@demo
The demo value is used in the API documentation to show an example value.
public class User { /** * Username * @demo admin */ private String name; }