org.hippoecm.hst.configuration.components
Annotation Type ParametersInfo


Deprecated. Since HST version 2.23.02 replaced by ParametersInfo

@Retention(value=RUNTIME)
@Target(value=TYPE)
@Deprecated
public @interface ParametersInfo

This is an annotation to be used for HstComponent's. This way, an HstComponent's parameters can be bridged to the actual parameters to be expected in the HstComponentConfiguration. Also, this annotation can be used to inform YUI tools about which parameters can be configured for the HstComponent that has this annotation.

For example you can write your HstComponent for a search as follows:

 {@code


Required Element Summary
 Class<?> type
          Deprecated.  
 

Element Detail

type

public abstract Class<?> type
Deprecated. 


Copyright © 2008-2012 Hippo. All Rights Reserved.