public class PropertyMarker extends Object
| Type | Property and Description |
|---|---|
boolean |
isNew
Gets the value of the property newProperty.
|
| Constructor and Description |
|---|
PropertyMarker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNewProperty()
Gets the value of the property newProperty.
|
void |
markBuild()
Marks a Property variable as being assigned to a Property class that
has invoked the .build() method.
|
void |
markBuilder()
Marks a Property variable as being assigned to a Property class that
has invoked the .builder() method.
|
void |
markDirectConstruct()
Marks a Property variable as being assigned to a Property that was
directly constructed with a call to new XXXProperty();
|
public void markBuilder()
public void markBuild()
public void markDirectConstruct()
public boolean isNewProperty()
Copyright © 2017. All rights reserved.