org.rhq.bindings.util
Annotation Type SimplifiedClass


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

Annotation to keep track of the original class on the simplified classes. Used by the InterfaceSimplifier.

Author:
Lukas Krejci

Required Element Summary
 Class<?> originalClass
           
 

Element Detail

originalClass

public abstract Class<?> originalClass


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.