Package com.google.gwt.place.shared
Annotation Type Prefix
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Prefix
Indicates the prefix to use when the token written byPlaceTokenizer.getToken(Place)
is written toHistory.newItem(java.lang.String)
.com.google.gwt.place.rebind.PlaceHistoryMapperGenerator
looks for this annotation on the factory methods that return a tokenizer, and on the tokenizer types themselves.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-