@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface HandlesMutation
Indicates that the annotated method will handle the mutations the DOM, and it has not to be used inside a Mutation
or an Immediate
object.
Note: Use this annotation to clarify that the caller do not need to handle mutations.
Copyright © 2018 Xalys. All rights reserved.