All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.annotation.AFastClassFind Maven / Gradle / Ivy

Go to download

FastChar is Web+ORM Framework in Java Copyright (C) http://www.fastchar.com All rights reserved.

The newest version!
package com.fastchar.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface AFastClassFind {
    String[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy