org.richfaces.cdk.annotations
Annotation Type Description


public @interface Description

Description used that would be used in IDE to display.

Author:
asmirnov@exadel.com

Optional Element Summary
 java.lang.String displayName
          

Display name for development tools.

 java.lang.String largeIcon
          

 java.lang.String smallIcon
          

URL that defines IDE icon.

 java.lang.String value
          

Long description of the object.

 

value

public abstract java.lang.String value

Long description of the object.

Returns:
Default:
""

displayName

public abstract java.lang.String displayName

Display name for development tools.

Returns:
Default:
""

smallIcon

public abstract java.lang.String smallIcon

URL that defines IDE icon.

Returns:
Description url.
Default:
""

largeIcon

public abstract java.lang.String largeIcon

Returns:
Default:
""


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.