This video explains how you create your own custom Java Annotations which you can use in your own Java applications or toolkits. This Java Annotation tutorial explains how to add parameters to an annotation, how to restrict what it can be used to annotate etc.
Note: In this Java annotations video I say "ampersand" several times where I really mean the "at" character (@). Sorry about that!
I have a textual version of this Java Annotation tutorial here:
http://tutorials.jenkov.com/java/anno...
I also have another video tutorial explaining the basics of Java Annotations here:
• Java Annotations #1 - The Basics