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

com.github.arachnidium.model.support.annotations.classdeclaration.Frames Maven / Gradle / Ivy

package com.github.arachnidium.model.support.annotations.classdeclaration;

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

/**
 * Is used when it is necessary to switch from frame to frame 
 * Is useful to browser and hybrid applications.
 */
@Target(value = ElementType.TYPE)
@Retention(value = RetentionPolicy.RUNTIME)
public @interface Frames {
   Frame[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy