package nl.bstoi.poiparser.api.strategy.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * User: Hylke Stapersma * E-mail:[ hylke.stapersma@gmail.com] * Date: 18-06-13 * Time: 20:00 */ @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.FIELD}) public @interface Embedded { }