DISQUS

DISQUS Hello! A Noted Path by Theodore Nguyen-Cao is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

A Noted Path by Theodore Nguyen-Cao

Personal blog of Theodore Nguyen-Cao
Jump to original thread »
Author

Java WTF: Reflection API and Annotations

Started by Theo · 12 months ago

I got some exposure to custom Java 5 Annotations today and came across a noobie mistake.

Here’s my annotation:
public @interface Annotated {

}

Pretty simple, right?

Here’s a test class that uses the annotation:
import java.lang.annotation.Annotation;
@Annotated

public class Main {
... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login