org.hibernate.search.annotations
Annotation Type ClassBridges


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

Author:
John Griffin

Optional Element Summary
 ClassBridge[] value
          An array of ClassBridge annotations each of which is to be applied to the class containing this annotation.
 

value

public abstract ClassBridge[] value
An array of ClassBridge annotations each of which is to be applied to the class containing this annotation.

Default:
{}


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved