Package com.yiistorm.references.ReferenceProviders

Examples of com.yiistorm.references.ReferenceProviders.I18nReferenceProvider


import com.yiistorm.references.ReferenceProviders.I18nReferenceProvider;

public class I18nReferenceContributor extends PsiReferenceContributor {
    @Override
    public void registerReferenceProviders(PsiReferenceRegistrar registrar) {
        registrar.registerReferenceProvider(categoryPattern(), new I18nReferenceProvider());

    }
View Full Code Here

TOP

Related Classes of com.yiistorm.references.ReferenceProviders.I18nReferenceProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.