The Encog Project

org.encog.persist.annotations
Annotation Type EGIgnore


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

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


The Encog Project