org.cruxframework.crux.core.client.screen.views
Annotation Type Target


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

Annotation used to inform Crux how to link properties on accessors like WidgetAccessor or ControllerAccessor with its targets.

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 String value
          The accessor target identifier
 

Element Detail

value

public abstract String value
The accessor target identifier

Returns:


Copyright © 2014. All rights reserved.