@Inherited
@Target(value={FIELD,TYPE,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
public @interface HookOptions
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
value
Hook options class.
|
Copyright © 2018 FluentLenium. All Rights Reserved.