com.kuka.appframework
Annotation Type Icon


@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Icon

Annotation for icons on application block classes.


Required Element Summary
 BlockIcon id
          The ID of the icon to be associated with an application block class.
 

Element Detail

id

public abstract BlockIcon id
The ID of the icon to be associated with an application block class.

Returns:
the block icon ID


Copyright © 2018. All rights reserved.