net.sf.jldapbeans.lang.annotation
Annotation Type LdapBean


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface LdapBean

Identifies a class as a LdapBean declaration.

Version:
1.0 $ Revision 31-oct-2005 :: alonso $
Author:
A. Alonso Domínguez

Optional Element Summary
 java.lang.String[] name
          objectClasses names of the LDAP bean.
 LdapModifier value
          Type of the LdapBean
 

name

public abstract java.lang.String[] name
objectClasses names of the LDAP bean.

Returns:
The LDAP bean objectClass
Default:
"[undefined]"

value

public abstract LdapModifier value
Type of the LdapBean

Returns:
Default:
STRUCTURAL


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.