Interesting multi-line String library

Summers Pittman ℝ <[email protected]> Tue, 28 Oct 2014 10:12:06 -0400
Newsgroups gmane.org.user-groups.ajug.members
Message-ID <CAHK_qPuXRUbOxTnzpnkxSFhReNbhyz5GRAY7RTcMcVnj9AHn3Q@mail.gmail.com>
https://github.com/benelog/multiline/

It uses javadoc and annotations to create a multiline String.  For example :

/**
* Select *
* From Table
*/
@Multiline String query;

Would be processed and assigned to query by apt during compilation.

This is a interesting hack and abuse of annotations and javadoc, but
it is a pretty good example of the crazy stuff you can do with apt.

Summers Pittman
>>Phone:404 941 4698
>>Java is my crack.
_______________________________________________
ajug-members mailing list
[email protected]
http://lists.ajug.org/mailman/listinfo/ajug-members