Spring LDAP

org.springframework.ldap.odm.annotations
Annotation Type Transient


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Transient

This annotation identifies a field in an Entry annotated class that should not be persisted to LDAP.

Author:
Paul Harvey
See Also:
Entry


Spring LDAP