Annotation Type Prefix


  • @Target({METHOD,TYPE})
    @Retention(RUNTIME)
    public @interface Prefix
    Indicates the prefix to use when the token written by PlaceTokenizer.getToken(Place) is written to History.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  
    • Element Detail

      • value

        java.lang.String value