Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

marker annotations in java

/*The only purpose is to mark a declaration.
These annotations contain no members and do not consist any data. 
Thus, its presence as an annotation is sufficient. 
Since, marker interface contains no members, simply determining whether it is present or absent is sufficient. 

@Override is an example of Marker Annotation.

Example: - */

@TestAnnotation()
Comment

PREVIOUS NEXT
Code Example
Java :: import javax.validation.valid error 
Java :: java sleep in code 
Java :: import android.support.v4.app.ActivityCompat; 
Java :: lombok maven dependency 
Java :: java read file to string 
Java :: random item from arraylist 
Java :: java android show toast 
Java :: spigot actionbar 
Java :: textview set drawable right programmatically 
Java :: install java apt 
Java :: WRITE_EXTERNAL_STORAGE no longer provides write access when targeting Android 10+ 
Java :: java close application 
Java :: com.android.builder.dexing.DexArchiveMergerException: 
Java :: How to see java versions mac 
Java :: java random 6 digit number 
Java :: java get current date string 
Java :: java how to find length of int 
Java :: how to force garbage collection in java 
Java :: java remove last character from string 
Java :: javafx button with icon 
Java :: Java get fps 
Java :: how to install java runtime environment on centos 7 
Java :: javax.xml.bind does not exist 
Java :: floatingactionbutton image color 
Java :: android java parse date time 
Java :: java cached enum 
Java :: functional remove java 
Java :: text before dot java 
Java :: toString convert to long 
Java :: javafx set min window size 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =