org.kuali.rice.kcb.util
Interface BeanFactoryInvocationHandlerTest.BadInterface

Enclosing class:
BeanFactoryInvocationHandlerTest

private static interface BeanFactoryInvocationHandlerTest.BadInterface


Method Summary
 int add(int a, int b)
           
 void get()
           
 Object getBean()
           
 void notAGetter()
           
 

Method Detail

add

int add(int a,
        int b)

notAGetter

void notAGetter()

get

void get()

getBean

Object getBean()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.