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

org.visualj.Views Maven / Gradle / Ivy

The newest version!
package org.visualj;

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

@Target(ElementType.TYPE)
public @interface Views {
    View[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy