pl.edu.agh.cast.data.model.property.annotation
Annotation Type PropertySetter


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PropertySetter

Annotation for marking permanent properties' setter methods. This annotation has to be used with a corresponding PropertyGetter annotation with the same name in the same class.

Author:
AGH CAST Team

Required Element Summary
 String name
           
 

Element Detail

name

public abstract String name


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.