Produced by Siminov Software Solution LLP

siminov.orm.annotation
Annotation Type ColumnProperty


@Retention(value=RUNTIME)
public @interface ColumnProperty

Exposes methods to GET properties as per in POJO Class Annotation by application.


Required Element Summary
 java.lang.String name
          Get property name.
 java.lang.String value
          Get property value.
 

Element Detail

name

public abstract java.lang.String name
Get property name.

Returns:
Property Name.

value

public abstract java.lang.String value
Get property value.

Returns:
Property Value.

Apache License 2.0

Copyright 2013