@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface JTransient
This annotation is ignored on methods that also have a @JField, @JSetField,
@JListField, or @JMapField annotation.
It is only useful on non-abstract methods in classes for which both JSimpleClass.autogenFields()
and JSimpleClass.autogenNonAbstract() are true.
Copyright © 2017. All rights reserved.