无标题文章

2016-01-31  本文已影响0人  CalebZhao

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();
}
上一篇下一篇

猜你喜欢

热点阅读