JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / org / json / JSONPropertyIgnore.java
index 682de74..7caf519 100644 (file)
@@ -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
+{
+}