org.jboss.annotation.javaee
Annotation Type Icon


@Documented
@Retention(value=RUNTIME)
public @interface Icon

Description.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Optional Element Summary
 String language
          The language
 String largeIcon
          The large icon
 String smallIcon
          The small icon
 

smallIcon

public abstract String smallIcon
The small icon

Default:
""

largeIcon

public abstract String largeIcon
The large icon

Default:
""

language

public abstract String language
The language

Default:
"en"


Copyright © 2009 JBoss Inc.. All Rights Reserved.