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


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

Declares a factory class which is used to manage instances of a class.

Author:
sanderj

Optional Element Summary
 java.lang.String value
          The fully qualified class name representing a factory class.
 

value

public abstract java.lang.String value
The fully qualified class name representing a factory class.

Default:
""


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