net.sf.ofx4j.meta
Annotation Type Aggregate


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

Annotation for a method that returns an OFX aggregate.

Author:
Ryan Heaton

Optional Element Summary
 java.lang.String value
          The name of the aggregate.
 

value

public abstract java.lang.String value
The name of the aggregate.

Returns:
The name of the aggregate.
Default:
"#NOT_SET#"


Copyright © 2008. All Rights Reserved.