public class AsynchronousValidator extends Object
| Constructor and Description |
|---|
AsynchronousValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateAnnotation(org.eclipse.microprofile.faulttolerance.Asynchronous asynchronous,
javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
Validates the given @Asynchronous annotation.
|
public static void validateAnnotation(org.eclipse.microprofile.faulttolerance.Asynchronous asynchronous,
javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
asynchronous - The annotation to validateannotatedMethod - The annotated method to validateCopyright © 2018. All rights reserved.