@Qualifier @Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,METHOD}) public @interface NamedOperation
Operation bean related to the name
specified on this annotation.
For instance, a managed bean might include the following code in order to get an
Operation whose name is "my-operation":
@Inject @NamedOperation("my-operation")
Operation myOperation;
public abstract String value
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.