| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryFacetDefault
Whether a property or a parameter is mandatory (not optional).
|
| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryFacetInvertedByOptionalForParameter
Derived by presence of an @Optional method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryFacetOptionalViaMethodForParameter
Derived by presence of an optionalXxx method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryFacetExplicitForProperty
Derived by presence of an @Mandatory annotation.
|
class |
MandatoryFacetInvertedByOptionalForProperty
Derived by presence of an @Optional annotation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryFacetOptionalViaMethodForProperty
Derived by presence of an optionalXxx method.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.