Annotation Type Transient


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Transient
    Mark a property field as transient. Its value will not be saved as part of the project or exported component. Its value will still be persisted between code iterations.