@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD}) @Documented public @interface CharFilterDef
CharFilterFactory
and its parameterspublic abstract Class<? extends CharFilterFactory> factory
TokenFilterFactory
class which shall be instantiated.public abstract String name
public abstract Parameter[] params
CharFilterFactory
.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.