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


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface LdapAttribute

Identifies an attribute of a LdapBean.

Version:
1.0 $ Revision 01-nov-2005 :: alonso $
Author:
A. Alonso Domínguez

Optional Element Summary
 java.lang.String[] name
          Names of the attribute which identifies it.
 LdapModifier[] value
           
 

name

public abstract java.lang.String[] name
Names of the attribute which identifies it.

If not specified, will fallback to the method name without the "get" prefix.

Returns:
The diferent names of the LdapAttribute.
Default:
"[undefined]"

value

public abstract LdapModifier[] value
Default:
{}


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.