org.chromattic.api.annotations
Annotation Type FormattedBy


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FormattedBy

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 java.lang.Class<? extends ObjectFormatter> value
          The optional object formatter for instances of this object.
 

Element Detail

value

public abstract java.lang.Class<? extends ObjectFormatter> value
The optional object formatter for instances of this object.

Returns:
the object formatter


Copyright © 2014 eXo Platform SAS. All Rights Reserved.