X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjson%2FJSONPropertyIgnore.java;h=7caf519bce7f493582ab51e9722d85b7dce4d060;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=682de7447042ac2a1a9926662484dc5015516080;hpb=6e56c166e45d1af37c5531b4cbe909a3e110927e;p=jalview.git diff --git a/src/org/json/JSONPropertyIgnore.java b/src/org/json/JSONPropertyIgnore.java index 682de74..7caf519 100644 --- a/src/org/json/JSONPropertyIgnore.java +++ b/src/org/json/JSONPropertyIgnore.java @@ -33,11 +33,13 @@ import java.lang.annotation.Target; @Documented @Retention(RUNTIME) -@Target({METHOD}) +@Target({ METHOD }) /** - * Use this annotation on a getter method to override the Bean name - * parser for Bean -> JSONObject mapping. If this annotation is - * present at any level in the class hierarchy, then the method will - * not be serialized from the bean into the JSONObject. + * Use this annotation on a getter method to override the Bean name parser for + * Bean -> JSONObject mapping. If this annotation is present at any level in + * the class hierarchy, then the method will not be serialized from the bean + * into the JSONObject. */ -public @interface JSONPropertyIgnore { } +public @interface JSONPropertyIgnore +{ +}