Package com.openhtmltopdf.util
Annotation Interface WebDoc
Lets us specify a url where the type, method, etc
is documented. Specified as an annotation so we can use
IDE features to find instances and maybe tooling can use it too.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueA url where docs can be found.
-