Archive for the 'JSR' Category
@license and @copyright in Java 7 ?
3 Comments Published November 4th, 2007 in GPL, JSR, Java, Java 7, LiceningAlex wrote in his latest Java 7 Roundup about my idea of a @license and Paul’s @copyright addendum. I wrote about the idea here.
@License(name = “Apache”,version = “2.0″)
@Copyright(owner = “Stephan Schmidt”)
public class Example {
public void doWhatever() { … }
}
In the comments of that post Paul Hammant mentioned a @copyright annotation, […]