Prev Next

Java / Annotations

Define meta-annotations in Java.

Meta-annotations are annotations that is applied to other annotation.

@Target meta-annotation is an example that defines what element types be marked by the annotation.

More Related questions...

Show more question and Answers...

XML

Comments & Discussions