/* * Copyright (C) 2009-2015 Typesafe Inc. */ package bug; import bug.Named; import java.io.Serializable; import java.lang.annotation.Annotation; public class NamedImpl implements Named { public Class annotationType() { return null; } }