annotate abstract method

AnnotationResult annotate(
  1. T value,
  2. DogEngine engine
)

Annotates the given value and returns the result as an AnnotationResult.

Implementation

AnnotationResult annotate(T value, DogEngine engine);