Open Source Repository

Home /xwork/xwork-core-2.1.6 | Repository Home



com/opensymphony/xwork2/util/reflection/ReflectionProviderFactory.java
package com.opensymphony.xwork2.util.reflection;

import com.opensymphony.xwork2.ActionContext;

public class ReflectionProviderFactory {

    public static ReflectionProvider getInstance() {
        return ActionContext.getContext().getContainer().getInstance(ReflectionProvider.class);
    }
}