Title / Description
Code class Date { int day; int month; int year; } class Author { String firstName; String lastName; Date birthday; } class Document { String title; java.util.Locale language; Date publicationDate; Author author; }
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