Projecting (enum)

API

Projecting.java
enum Projecting {
  PROJECTED     (1)
  NOT_SPECIFIED     (2)
}
1 PROJECTED

The property holds the underlying domain object of which this (view model) object is a projection.

2 NOT_SPECIFIED

Ignore the value provided by this annotation (meaning that the framework will keep searching, in meta annotations or superclasses/interfaces).

Members

PROJECTED

The property holds the underlying domain object of which this (view model) object is a projection.

NOT_SPECIFIED

Ignore the value provided by this annotation (meaning that the framework will keep searching, in meta annotations or superclasses/interfaces).