@Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,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 PermazenType.autogenFields()
and PermazenType.autogenNonAbstract()
are true.
Meta-Annotations
This annotation may be configured indirectly as a Spring
meta-annotation
when spring-core
is on the classpath.
Copyright © 2022. All rights reserved.