nl.gx.webmanager.annotation
Annotation Type Entity


@Retention(value=RUNTIME)
public @interface Entity

Entity annotation to define the properties of an entity

Author:
ivol

Optional Element Summary
 java.lang.String component
          The ID of the component which serves this entity.
 

component

public abstract java.lang.String component
The ID of the component which serves this entity. The entity will only be available when the component is active

Default:
""


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