net.israfil.foundation.core
Annotation Type Copyright
@Documented
@Retention(value=SOURCE)
@Copyright(years="2006",
owner="Israfil Consulting Services Corporation",
license="BSD")
public @interface Copyright
An attribute used to tag the copyright year, owner, and license. This
is purely for documentation purposes, and it has only a SOURCE scope.
For example:
- Author:
- Christian Edward Gruber
|
Required Element Summary |
java.lang.String |
license
|
java.lang.String |
owner
|
java.lang.String[] |
years
|
years
public abstract java.lang.String[] years
owner
public abstract java.lang.String owner
license
public abstract java.lang.String license
Copyright © 2003-2006 null. All Rights Reserved.