onPrepare abstract method

void onPrepare(
  1. ResolverImpl resolver
)

Prepares the resolver for this builder.

This method is called before any builds are executed to allow the builder to register any custom type annotations with the resolver.

resolver The resolver to prepare.

Implementation

void onPrepare(ResolverImpl resolver);