See: Description
Annotation Type | Description |
---|---|
CheckReturnValue |
This annotation is for IDE to warn application developers to consume the return value.
|
NodeModule |
The annotation Node module.
|
V8Allow |
The interface V8 allow.
|
V8BindingEnabler |
The interface V8 binding enabler is for determining
whether certain V8 binding function is enabled or not.
|
V8Block |
The interface V8 block.
|
V8Convert |
The interface V8 convert.
|
V8Function |
The annotation V8 function is for auto-registering JS function interception.
|
V8Getter |
The interface V8 getter.
|
V8Property |
The interface V8 property is for auto-registering JS property interception.
|
V8ProxyFunctionApply |
The annotation V8 proxy function is for auto-registering JS proxy function apply() interception.
|
V8RuntimeSetter |
The interface V8 runtime setter.
|
V8Setter |
The interface V8 setter.
|