@Retention(value=RUNTIME) public @interface Blurb
This was made possible with the help of this article.
| Modifier and Type | Required Element and Description |
|---|---|
String |
filename
This is filename of the jar to be created (without the file extension).
|
String |
releaseDate
A short string identifying the release date of this project.
|
boolean |
sandboxDemo
This attribute is used to indicate that a program can run in a sandboxed environment.
|
String |
summary
This is one or two short paragraphs that appear below the title of this blurb.
|
String |
title
This is the short human-readable title of this blurb.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
instructions
This optional attribute is used to create the HTML page that hosts the applet of this project (if possible).
|
String |
link
This optional attribute links to an article (or other site) further discussing this project.
|
String |
scrapped
This optional attribute describes why a project was scrapped.
|
public abstract Stringfilename
public abstract Stringtitle
public abstract StringreleaseDate
public abstract Stringsummary
public abstract boolean sandboxDemo
public abstract Stringinstructions
Although applets are indefinitely discontinued, this may be useful to keep around for other mediums someday in the future.
public abstract Stringlink
public abstract Stringscrapped