jdk-24/langtools/make/test
Jan Lahoda c9406c88c4 8056061: Mark implementations of public interfaces with an annotation
Adding @DefinedBy annotation to mark methods that implement public API methods; annotating the methods; adding a coding rules analyzer to enforce all such methods are annotated.

Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: jjg, mcimadamore, jfranck
2014-08-27 07:44:00 +02:00
..
bootstrap 6943119: Rebrand source copyright notices 2010-05-25 15:54:51 -07:00
crules 8056061: Mark implementations of public interfaces with an annotation 2014-08-27 07:44:00 +02:00
lib 7041249: Remove apt tool and API from the JDK 2012-02-05 21:59:45 -08:00
contents.gold.txt Initial load 2007-12-01 00:00:00 +00:00
contents.sh 6943119: Rebrand source copyright notices 2010-05-25 15:54:51 -07:00
HelloWorld.apt.gold.txt Initial load 2007-12-01 00:00:00 +00:00
HelloWorld.gold.h Initial load 2007-12-01 00:00:00 +00:00
HelloWorld.java 6943119: Rebrand source copyright notices 2010-05-25 15:54:51 -07:00
HelloWorld.javadoc.gold.txt Initial load 2007-12-01 00:00:00 +00:00
HelloWorld.javap.gold.txt Initial load 2007-12-01 00:00:00 +00:00
README Initial load 2007-12-01 00:00:00 +00:00
TEST.ROOT Initial load 2007-12-01 00:00:00 +00:00

This is a small quick test suite to (provide a framework to)
verify the output of a JDK build of the langtools component. 

It verifies the contents exist and are minimally functional.