com.kuka.nav.fleet.graph.properties
Annotation Type DisplayInformation


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

Annotation to provide information like name and description.


Required Element Summary
 String description
          A description for this property.
 String name
          The name of this property.
 

Element Detail

name

public abstract String name
The name of this property.


description

public abstract String description
A description for this property.



Copyright © 2019. All rights reserved.