org.pojomatic.annotations
Annotation Type PojoFormat


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

Specifies formatting information to be used for creating String representations of POJOs.

See Also:
PojoFormatter

Required Element Summary
 java.lang.Class<? extends PojoFormatter> value
          The formatter to use for creating a String representation.
 

Element Detail

value

public abstract java.lang.Class<? extends PojoFormatter> value
The formatter to use for creating a String representation.



Copyright © 2008-2010. All Rights Reserved.