@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface Operation
This annotation is used only for methods which can be invoked through a GUI.
public abstract String desc
public abstract int impact
Copyright © 2018 JBoss by Red Hat. All rights reserved.