美文网首页
无标题文章

无标题文章

作者: CalebZhao | 来源:发表于2016-01-31 10:51 被阅读0次

    Test1

    Test2

    Test3

    Test3

    Hello World
    This is a test!

    package com.caleb.aos.core.annotation;
    
    import org.springframework.stereotype.Component;
    
    import java.lang.annotation.*;
    
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.TYPE)
    @Component
    @Documented
    public @interface Mapper
    {
        String value();
    }
    

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/pccskttx.html