X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=gson%2Fcom%2Fgoogle%2Fgson%2Fannotations%2FExpose.java;h=99fd86f512023b485713f1cbf2983fc3a50650c1;hb=306c1a65e1b352740d0c55ded51902735c2f78cc;hp=1b9c70df0840d4c9fc8297bfa1e6975d4922f9aa;hpb=5c86ae2f45d293408d98a291e826948052d207bc;p=unical.git 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 */