@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Persist
This annotation must not be applied to more than one method on a class. If multiple methods of the class are tagged with this this annotation, only one of them will be called to persist data.
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.