Tuesday, January 6, 2015

How To Process Java Annotations

One of the cool new features of Java 8 is the support for lambda expressions. Lambda expressions lean heavily on the FunctionalInterface annotation. In this post, we’ll look at annotations and how to process them so you can implement your own cool features. Annotations Annotations were added in Java 5. The Java language comes with […]






from Java Code Geeks http://www.javacodegeeks.com/2015/01/how-to-process-java-annotations.html

No comments:

Post a Comment