org.jquantlib.lang.annotation
Annotation Type Time
-
@Retention(value=RUNTIME) @Target(value={TYPE_USE,FIELD,METHOD,LOCAL_VARIABLE,PARAMETER}) public @interface TimeThis interface is intended to be used as a tagging annotation which is helpful when we add semantic meaning to Java types.As an example, consider an
intvariable which represents an amount of apples and anotherintvariable which represents an amount of pears. In spite the two variables areintand we surely are able to perform mathematical operations with them, semantically they represent different concepts in the real world and we should never mix them.
DataMelt 3.0 © DataMelt by jWork.ORG