org.apache.any23.extractor.html.annotations
Annotation Type Includes


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

This annotation could be used to decorate a MicroformatExtractor to represent which of the other Microformats could it nest.

Author:
Davide Palmisano ( dpalmisano@gmail.com )

Required Element Summary
 Class<? extends MicroformatExtractor>[] extractors
           
 

Element Detail

extractors

public abstract Class<? extends MicroformatExtractor>[] extractors


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.