Class Property<T>
java.lang.Object
software.amazon.smithy.codegen.core.Property<T>
A 
Property provides an identity-based, immutable token for a property.
 The token also contains a name used to describe the value.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Property
- Parameters:
 name- Name of the value.
 
 - 
 - 
Method Details