Produced by Siminov Software Solution LLP

siminov.orm.annotation
Annotation Type RelationshipProperty


@Retention(value=RUNTIME)
public @interface RelationshipProperty

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


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

Element Detail

name

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

Returns:
Name of relationship property.

value

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

Returns:
Value of relationship property.

Apache License 2.0

Copyright 2013