gldapo.schema.annotation
Annotation Type GldapoPseudoType


@Documented
@Retention(value=RUNTIME)
public @interface GldapoPseudoType

Indicates that the attribute requires custom type conversion. Useful, for example, when dealing with dates. Dates can be stored in different ways, so they need to be parsed differently. To handle this, you could specify the actual type of the attribute as Date, but use a psuedo type.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2007-2010 Codehaus. All Rights Reserved.