Title / Description
Code package example.app import example.lib.Baz @CompileStatic class Foo extends Bar { private final Baz baz # <1> private final String name @Inject # <2> Foo(final Bar bar, final String name) { # <3> super(bar) # <4> this.name = name } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code