org.skyscreamer.yoga.annotations
Annotation Type Core


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Core

Indicates that a the field which corresponds to an annotated getter is a "core" field for an entity. Core fields are always returned by default and do not need to be specified in a selector.

See Also:
CoreSelector, YogaEntityConfiguration



Copyright © 2013. All Rights Reserved.