|
Java example source code file (T6400189a.java)
The T6400189a.java Java example source code
/*
* @test /nodynamiccopyright/
* @bug 6400189
* @summary raw types and inference
* @author mcimadamore
* @compile/fail/ref=T6400189a.out T6400189a.java -Xlint:unchecked -XDrawDiagnostics
*/
import java.lang.reflect.Constructor;
import java.lang.annotation.Documented;
class T6400189a {
Constructor c = null;
Documented d = c.getAnnotation(Documented.class);
}
Other Java examples (source code examples)Here is a short list of links related to this Java T6400189a.java source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.