com.google.caja.parser
Annotation Type ParseTreeNode.ReflectiveCtor


@Documented
@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
public static @interface ParseTreeNode.ReflectiveCtor

Indicates that the annotated constructor of a ParseTreeNode is to be used for reflectively constructing a new node or cloning an existing node.



Copyright (C) 2008 Google Inc.
Licensed under the Apache License, Version 2.0