public abstract class MonsterQualifier extends javax.enterprise.util.AnnotationLiteral<Monster> implements Monster
| Constructor and Description |
|---|
MonsterQualifier() |
| Modifier and Type | Method and Description |
|---|---|
ArmorClass |
armorClass() |
String |
comment() |
Level |
level() |
int |
numberOfVictims() |
String |
position() |
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic int numberOfVictims()
public String comment()
public String position()
public Level level()
public ArmorClass armorClass()
Copyright © 2008–2016 CDI TCK. All rights reserved.