@CodeReview(reviewer="Kevin R. Dixon", date="2008-02-08", changesNeeded=false, comments="Interface looks fine.") @Retention(value=RUNTIME) @Documented public @interface ModelingApproximation
ModelingApproximation
annotation indicates that an approximation
is being used in modeling a component. It contains the person who originally
made the approximation in the code, a description of the approximation, and
a reference to a publication that provides the basis for the approximation.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
description
A description of the approximation.
|
java.lang.String[] |
originator
The full name originator who is making the approximation.
|
PublicationReference[] |
reference
A reference to a publication providing a basis for the modeling
assumption.
|
public abstract java.lang.String[] originator
"Justin Basilico"
. This is the person to contact
with questions about the approximation.public abstract java.lang.String[] description
public abstract PublicationReference[] reference