Skip to content

Instantly share code, notes, and snippets.

@jamescookie
jamescookie / gist:6218855
Created August 13, 2013 07:59
Use Grab in groovy console
@Grab(group='joda-time', module='joda-time', version='2.0')
public class UsedToExposeAnnotationToComplier {}
import org.joda.time.*
[new LocalTime(8,0),new LocalTime(7,0)].min()