--- old/src/share/classes/java/util/function/Predicate.java 2013-02-06 18:05:11.000000000 -0800 +++ new/src/share/classes/java/util/function/Predicate.java 2013-02-06 18:05:11.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -31,6 +31,7 @@ * * @since 1.8 */ +@FunctionalInterface public interface Predicate { /**