org.milyn.scribe.annotation
Annotation Type ReturnsNoEntity


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ReturnsNoEntity

DAO Insert and Update annotated methods with this annotation indicate that the method does not return an entity and that the returned object shouldn't be used by the DAO framework as an entity result.

Author:
maurice.zeijen@smies.com



Copyright © 2018. All rights reserved.