X-Git-Url: http://git.ieval.ro/?p=unical.git;a=blobdiff_plain;f=gson%2Fcom%2Fgoogle%2Fgson%2Fannotations%2FExpose.java;h=99fd86f512023b485713f1cbf2983fc3a50650c1;hp=1b9c70df0840d4c9fc8297bfa1e6975d4922f9aa;hb=070d3ab2d6f382ab74988df71eba137424df525f;hpb=2821d13f4db4ffb8a00b2bccde14d0b0e8cc6d65 diff --git a/gson/com/google/gson/annotations/Expose.java b/gson/com/google/gson/annotations/Expose.java index 1b9c70d..99fd86f 100644 --- a/gson/com/google/gson/annotations/Expose.java +++ b/gson/com/google/gson/annotations/Expose.java @@ -60,7 +60,7 @@ import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Expose { - + /** * If {@code true}, the field marked with this annotation is written out in the JSON while * serializing. If {@code false}, the field marked with this annotation is skipped from the @@ -71,7 +71,7 @@ public @interface Expose { /** * If {@code true}, the field marked with this annotation is deserialized from the JSON. - * If {@code false}, the field marked with this annotation is skipped during deserialization. + * If {@code false}, the field marked with this annotation is skipped during deserialization. * Defaults to {@code true}. * @since 1.4 */