Hi,
I think this isn't common usage. Nothing is written. Should I decorate it
with any annotation ?
objectMapper.writeValue( System.out, new Name(){
public Class<? extends Annotation> annotationType() {
return Annotation.class;
}
public String getInterface() {
return "interface";
}
});
}
public @interface Name{
String getInterface() default "interface";
}
Thanks.
--
You received this message because you are subscribed to the Google Groups
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jackson-user/aefd642c-182b-4e98-8eb4-1779a032be67n%40googlegroups.com.