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

org.visualj.View Maven / Gradle / Ivy

The newest version!
package org.visualj;


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

import static org.visualj.ComponentType.DEFAULT;

@Target(ElementType.TYPE)
@Repeatable(Views.class)
public @interface View {

    String value();
    ComponentType type() default DEFAULT;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy