nl.gx.webmanager.jcr.annotation
Annotation Type Interfaces


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

Reflects which interfaces are implemented by a class.

Author:
sanderj

Optional Element Summary
 java.lang.String[] value
          The fully qualified class names representing interface classes.
 

value

public abstract java.lang.String[] value
The fully qualified class names representing interface classes.

Default:
{}


Copyright © 2007-2011 GX Software BV. All Rights Reserved.