@Retention(value=RUNTIME) @Target(value=METHOD) @Incubating public @interface Model
public abstract String value
If the value is the empty string, the exact name of the annotated method will be used.
The value must:
This restriction also applies when the name is being derived from the method name.