The Encog Project

org.encog.persist.annotations
Annotation Type EGReference


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface EGReference

This annotation is used with Encog generic persistence. It allows a field to be flagged as something that should be persisted as a reference.


The Encog Project