Class PropertyAnnotation
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.PropertyAnnotation
-
public class PropertyAnnotation extends java.lang.Object
Property
annotation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description PropertyAnnotation(java.lang.String name, java.lang.String value)
Instantiate.PropertyAnnotation(Property property)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Obtains the name of the property.java.lang.String
getValue()
Obtains the value of the property.
-