net.sourceforge.jfacets.annotations
Annotation Type FacetKeyList


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FacetKeyList

Allows to have multiple assignations for a single facet class.

Author:
vankeisb

Required Element Summary
 FacetKey[] keys
          An array with the facet keys for the annotated class
 

Element Detail

keys

public abstract FacetKey[] keys
An array with the facet keys for the annotated class



Copyright © 2012. All Rights Reserved.