The Artima Developer Community
Sponsored Link

Java Buzz Forum
The Most Amazing Java Type Declaration Ever

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Arjen Poutsma

Posts: 168
Nickname: poutsma
Registered: Sep, 2003

Arjen Poutsma is senior software engineer for JTeam
The Most Amazing Java Type Declaration Ever Posted: Aug 3, 2012 11:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Arjen Poutsma.
Original Post: The Most Amazing Java Type Declaration Ever
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
Latest Java Buzz Posts
Latest Java Buzz Posts by Arjen Poutsma
Latest Posts From The Ancient Art of Programming

Advertisement
I'd like to think I'm pretty comfortable with Java and generics but I recently came across this bit of Java code and it stopped me in my tracks : public abstract class AnnotationBasedPersistentProperty<P extends PersistentProperty<P>> extends AbstractPersistentProperty<P> {..} This class is internal to the Spring Data framework's Repository Support which removes the need to write Read more...

Read: The Most Amazing Java Type Declaration Ever

Topic: NetBeans 7.2 equipped with static analysis tool Previous Topic   Next Topic Topic: 6 reasons you should be using jQuery

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use