Annotations documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 19:27:14 +02:00
parent 29389e47ce
commit 334e342092
4 changed files with 4 additions and 4 deletions
@@ -19,7 +19,7 @@ package com.jpexs.decompiler.flash.types.annotations.parser;
import com.jpexs.decompiler.flash.ParseException;
/**
*
* Exception on parsing annotations.
* @author JPEXS
*/
public class AnnotationParseException extends ParseException {
@@ -27,7 +27,7 @@ import java.util.Set;
import java.util.Stack;
/**
*
* Evaluates annotation conditions.
* @author JPEXS
*/
public class ConditionEvaluator {
@@ -17,7 +17,7 @@
package com.jpexs.decompiler.flash.types.annotations.parser;
/**
*
* Condition token.
* @author JPEXS
*/
public class ConditionToken {
@@ -17,7 +17,7 @@
package com.jpexs.decompiler.flash.types.annotations.parser;
/**
*
* Type of codition token.
* @author JPEXS
*/
public enum ConditionTokenType {