> for (Annotation annotation : f.getAnnotations()) {
> if
> (annotationToNameExtractor.containsKey(annotation.annotationType())) {
> return
> annotationToNameExtractor.get(annotation.annotationType()).apply(annotation);
> }
> }
> - return fallback.translateName(f);
> + return null;> Contract in gson says return null if you don't know the name. Thanks for clarifying! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/596/files#r19721983
