org.fusesource.restygwt.rebind
Class BindingDefaults
java.lang.Object
org.fusesource.restygwt.rebind.BindingDefaults
public class BindingDefaults
- extends Object
compile-time defaults
with this class it will be possible to take part of the generation process of restserviceimpl
classes. by default there are no additional resolvers registered, you can add some if wanted.
- Author:
- abalke
- See Also:
http://code.google.com/p/google-web-toolkit/wiki/MultiValuedConfigProperties
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingDefaults
public BindingDefaults()
getAnnotationResolvers
public static List<AnnotationResolver> getAnnotationResolvers(GeneratorContext context,
TreeLogger logger)
- access all annotationresolvers that are registered
- Returns:
- a copy of all AnnotationResolvers
addAnnotationResolver
public static void addAnnotationResolver(AnnotationResolver ar)
- access all annotationresolvers that are registered
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.