langtools/test/com/sun/javadoc/testLambdaFeature/pkg/A.java
changeset 23799 daa645653200
parent 14965 bb1eb01b8c41
--- a/langtools/test/com/sun/javadoc/testLambdaFeature/pkg/A.java	Thu Mar 27 18:41:28 2014 -0400
+++ b/langtools/test/com/sun/javadoc/testLambdaFeature/pkg/A.java	Sat Mar 29 11:06:33 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2014, 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
@@ -23,6 +23,7 @@
 
 package pkg;
 
+@FunctionalInterface
 public interface A {
 
     public void method1();