javax.jdo.annotations
Annotation Type Extensions


@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Extensions

Annotation for a group of extensions

Since:
2.1
Version:
2.1

Required Element Summary
 Extension[] value
          The extensions.
 

Element Detail

value

public abstract Extension[] value
The extensions.

Returns:
the extensions


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.