@Retention(value=RUNTIME) @Target(value=TYPE) 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
public abstract Class<?> type
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.