@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface AWSClient
AWSClient to annotate fields in test classes that are subjects for AWS client injection.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends AWSEndpoint> |
endpoint
AWS service endpoint configuration.
|
public abstract Class<? extends AWSEndpoint> endpoint