org.deephacks.graphene.Embedded Maven / Gradle / Ivy
package org.deephacks.graphene;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
@Inherited
public @interface Embedded {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy