Hello again,

My first "victim" of Guice, after spending some time getting familiar
with it, will be this:

https://raw.github.com/fge/json-schema-core/master/src/main/java/com/github/fge/jsonschema/load/uri/URITransformerBuilder.java

The final product is this:

https://raw.github.com/fge/json-schema-core/master/src/main/java/com/github/fge/jsonschema/load/uri/URITransformer.java

This is a most classical builder. However, you can see that I am
extremely picky at what goes in. Using a builder like I currently do,
I can catch errors very early.

How would you go about turning this builder/instance pair into a
module/injectable class?

--
Francis Galiegue, [email protected]
JSON Schema in Java: http://json-schema-validator.herokuapp.com

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to