import java.util.ArrayList class Test { void foo(final ArrayList anObject) { ArrayList l = anObject; } }