de.smartics.properties.api.core.annotations
Annotation Type PropertyUse


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface PropertyUse

Defines the type of using the property.

Valid values are defined by PropertyUse.UseType.

If annotation is not set at a property set interface, the property set is considered as PropertyUse.UseType.CONFIGURATION.


Optional Element Summary
 PropertyUse.UseType value
          Defines the type of using the property.
 

value

public abstract PropertyUse.UseType value
Defines the type of using the property.

Default:
de.smartics.properties.api.core.annotations.PropertyUse.UseType.CONFIGURATION


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.